PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocumentHeader Class / getTopMargin Method
In This Topic
    getTopMargin Method
    In This Topic
    Gets the top margin.
    If the header top margin plus header height are greater than page top margin, the page top margin is increased (content is moved down) in order to accomodate the header.
    Syntax
    public double getTopMargin()

    Return Value

    Margin from top page border where the header starts.
    See Also